github.com/go-faster/jx.Decoder.readExact4 (method)
4 uses
github.com/go-faster/jx (current package)
dec_bool.go#L13: if err := d.readExact4(&buf); err != nil {
dec_null.go#L14: if err := d.readExact4(&buf); err != nil {
dec_read.go#L148: func (d *Decoder) readExact4(b *[4]byte) error {
dec_str.go#L297: if err := d.readExact4(&b); err != nil {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |